home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 10 / BBS In A Box Volume X (AMUG) (January 1994).bin / Files / Prog / B-C / C++ FAQ Reference 1.0.cpt / C++ FAQ Reference 1.0.rsrc / STR#_137.txt < prev    next >
Encoding:
Text File  |  1993-06-30  |  382 b   |  17 lines

  1. But doesn't 'cast away const' mean lost optimization opportunities?
  2.  
  3. What is 'casting away const in an inspector' and why is it legal?
  4.  
  5. What is an 'inspector'?  What is a 'mutator'?
  6.  
  7. What is a `const member function'?
  8.  
  9. Should I try to get things const correct 'sooner' or 'later'?
  10.  
  11. Is 'const correctness' tedious?
  12.  
  13. Is 'const correctness' a good goal?
  14.  
  15. What is 'const correctness'?
  16.  
  17.